Add support for multi-channel enocean switches (D2-01-12 profile)#14548
Add support for multi-channel enocean switches (D2-01-12 profile)#14548balloob merged 1 commit intohome-assistant:devfrom
Conversation
There was a problem hiding this comment.
line too long (105 > 79 characters)
There was a problem hiding this comment.
expected an indented block
IndentationError: expected an indented block
There was a problem hiding this comment.
continuation line with same indent as next logical line
There was a problem hiding this comment.
continuation line with same indent as next logical line
syssi
left a comment
There was a problem hiding this comment.
LGTM. This can be merged if the const is moved.
| CONF_BINARY_SENSORS = 'binary_sensors' | ||
| CONF_BLACKLIST = 'blacklist' | ||
| CONF_BRIGHTNESS = 'brightness' | ||
| CONF_CHANNEL = 'channel' |
There was a problem hiding this comment.
Please move this const to the component.
|
Any update on this @NoUsername ? |
|
sorry for the long silence, fixed it now, hope that was how you meant it 😉 |
|
Just noticed, the documentation PR of this one is missing (or I am missing something...). Added the |
|
ok to merge when docs have been added. 👍 |
|
created a PR for docs: home-assistant/home-assistant.io#5660 |
|
PR for the docs spotted indeed, removing the |
|
🎉 Thanks! 🌮 |
Description:
Adds support for multi-channel enocean switches such as these:
https://nodon.fr/en/nodon/enocean-relay-switch-2-channels/
In general this should support many devices that use the D2-01-12 enocean profile.
Pull request in home-assistant.github.io with documentation (if applicable): home-assistant/home-assistant.github.io#<home-assistant.github.io PR number goes here> want to get a first review of this PR first
Example entry for
configuration.yaml(if applicable):Checklist:
tox. Your PR cannot be merged unless tests passIf user exposed functionality or configuration variables are added/changed: